| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: reuse find_in_block code for find_in_inline_dir | Jaegeuk Kim | 2014-11-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: reuse room_for_filename for inline dentry operation | Jaegeuk Kim | 2014-11-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: enable inline dir handling | Chao Yu | 2014-11-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: add key function to handle inline dir | Chao Yu | 2014-11-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: export dir operations for inline dir | Chao Yu | 2014-11-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: add a new mount option for inline dir | Chao Yu | 2014-11-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: add infra struct and helper for inline dir | Chao Yu | 2014-11-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: avoid infinite loop at cp_error | Jaegeuk Kim | 2014-11-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: avoid build warning | Jaegeuk Kim | 2014-11-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: fix to call f2fs_unlock_op | Jaegeuk Kim | 2014-11-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: avoid to allocate when inline_data was written | Jaegeuk Kim | 2014-11-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: use highmem for directory pages | Jaegeuk Kim | 2014-11-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: fix race conditon on truncation with inline_data | Jaegeuk Kim | 2014-11-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: should truncate any allocated block for inline_data write | Jaegeuk Kim | 2014-11-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: invalidate inmemory page | Jaegeuk Kim | 2014-11-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: do not make dirty any inmemory pages | Jaegeuk Kim | 2014-11-03 | |
| | |/ / / / / / / / / / / / / / / / / / / / / | ||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2014-12-10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | cifs: remove unneeded condition check | Namjae Jeon | 2014-12-07 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Set UID in sess_auth_rawntlmssp_authenticate too | Sachin Prabhu | 2014-12-07 | |
| | * | | | | | | | | | | | | | | | | | | | | | | cifs: convert printk(LEVEL...) to pr_<level> | Andy Shevchenko | 2014-12-07 | |
| | * | | | | | | | | | | | | | | | | | | | | | | cifs: convert to print_hex_dump() instead of custom implementation | Andy Shevchenko | 2014-12-07 | |
| | * | | | | | | | | | | | | | | | | | | | | | | cifs: call strtobool instead of custom implementation | Andy Shevchenko | 2014-12-07 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Update modinfo cifs version for cifs.ko | Steve French | 2014-12-07 | |
| | * | | | | | | | | | | | | | | | | | | | | | | decode_negTokenInit had wrong calling sequence | Steve French | 2014-12-07 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Add missing defines for ACL query support | Steve French | 2014-12-07 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Add support for original fallocate | Steve French | 2014-12-07 | |
| | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-12-10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | GFS2: gfs2_atomic_open(): simplify the use of finish_no_open() | Al Viro | 2014-11-20 | |
| | * | | | | | | | | | | | | | | | | | | | | | | GFS2: gfs2_dir_get_hash_table(): avoiding deferred vfree() is easy here... | Al Viro | 2014-11-20 | |
| | * | | | | | | | | | | | | | | | | | | | | | | GFS2: use kvfree() instead of open-coding it | Al Viro | 2014-11-20 | |
| | * | | | | | | | | | | | | | | | | | | | | | | GFS2: gfs2_create_inode(): don't bother with d_splice_alias() | Al Viro | 2014-11-20 | |
| | * | | | | | | | | | | | | | | | | | | | | | | GFS2: bugger off early if O_CREAT open finds a directory | Al Viro | 2014-11-20 | |
| | * | | | | | | | | | | | | | | | | | | | | | | GFS2: Deletion of unnecessary checks before two function calls | Markus Elfring | 2014-11-18 | |
| | * | | | | | | | | | | | | | | | | | | | | | | GFS2: update freeze code to use freeze/thaw_super on all nodes | Benjamin Marzinski | 2014-11-17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | fs: add freeze_super/thaw_super fs hooks | Benjamin Marzinski | 2014-11-17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | GFS2: Update timestamps on fallocate | Andrew Price | 2014-11-14 | |
| | * | | | | | | | | | | | | | | | | | | | | | | GFS2: Update i_size properly on fallocate | Andrew Price | 2014-11-14 | |
| | * | | | | | | | | | | | | | | | | | | | | | | GFS2: Use inode_newsize_ok and get_write_access in fallocate | Andrew Price | 2014-11-14 | |
| | * | | | | | | | | | | | | | | | | | | | | | | GFS2: If we use up our block reservation, request more next time | Bob Peterson | 2014-11-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | GFS2: Only increase rs_sizehint | Bob Peterson | 2014-11-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | GFS2: Set of distributed preferences for rgrps | Bob Peterson | 2014-11-03 | |
| | * | | | | | | | | | | | | | | | | | | | | | | GFS2: directly return gfs2_dir_check() | Fabian Frederick | 2014-11-03 | |
| | | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-12-10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | | | | | pstore: Honor dmesg_restrict sysctl on dmesg dumps | Sebastian Schmidt | 2014-11-05 | |
| | * | | | | | | | | | | | | | | | | | | | | | pstore/ram: Strip ramoops header for correct decompression | Ben Zhang | 2014-11-05 | |
| | |/ / / / / / / / / / / / / / / / / / / / | ||||
| * | | | | | | | | | | | | | | | | | | | | | Merge tag 'nfs-for-3.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2014-12-10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | / / / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | | | Merge tag 'nfs-cel-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdm... | Trond Myklebust | 2014-11-26 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | | | | | | NFS: Clean up nfs4_init_callback() | Chuck Lever | 2014-11-25 | |
| | | * | | | | | | | | | | | | | | | | | | | NFS: SETCLIENTID XDR buffer sizes are incorrect | Chuck Lever | 2014-11-25 | |
| | | | |_|_|_|_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | | | nfs: Add DEALLOCATE support | Anna Schumaker | 2014-11-25 | |
