| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | vfs: simplify and shrink stack frame of link_path_walk() | Linus Torvalds | 2014-09-15 | 1 | -21/+18 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-09-15 | 2 | -22/+38 |
|\ \ \ \ \ \ |
|
| * | | | | | | be careful with nd->inode in path_init() and follow_dotdot_rcu() | Al Viro | 2014-09-14 | 1 | -2/+13 |
| * | | | | | | don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu() | Al Viro | 2014-09-14 | 1 | -16/+17 |
| * | | | | | | fix bogus read_seqretry() checks introduced in b37199e | Al Viro | 2014-09-14 | 1 | -2/+2 |
| * | | | | | | move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon) | Al Viro | 2014-09-14 | 1 | -2/+6 |
* | | | | | | | vfs: avoid non-forwarding large load after small store in path lookup | Linus Torvalds | 2014-09-15 | 1 | -9/+10 |
| |_|/ / / /
|/| | | | | |
|
* | | | | | | vfs: fix bad hashing of dentries | Linus Torvalds | 2014-09-13 | 2 | -4/+3 |
* | | | | | | Merge tag 'nfs-for-3.17-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2014-09-12 | 4 | -36/+18 |
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| * | | | | | pnfs: fix filelayout_retry_commit when idx > 0 | Weston Andros Adamson | 2014-09-10 | 1 | -2/+3 |
| * | | | | | nfs: revert "nfs4: queue free_lock_state job submission to nfsiod" | Jeff Layton | 2014-09-09 | 2 | -25/+12 |
| * | | | | | nfs: fix kernel warning when removing proc entry | Cong Wang | 2014-09-09 | 1 | -9/+3 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2014-09-12 | 5 | -101/+203 |
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | Btrfs: use insert_inode_locked4 for inode creation | Chris Mason | 2014-09-08 | 1 | -67/+109 |
| * | | | | | Btrfs: fix fsync data loss after a ranged fsync | Filipe Manana | 2014-09-08 | 3 | -17/+64 |
| * | | | | | Btrfs: kfree()ing ERR_PTRs | Dan Carpenter | 2014-09-08 | 1 | -10/+15 |
| * | | | | | Btrfs: fix crash while doing a ranged fsync | Filipe Manana | 2014-09-03 | 1 | -1/+2 |
| * | | | | | Btrfs: fix corruption after write/fsync failure + fsync + log recovery | Filipe Manana | 2014-09-03 | 1 | -3/+9 |
| * | | | | | Btrfs: fix autodefrag with compression | Chris Mason | 2014-08-27 | 1 | -3/+4 |
* | | | | | | Merge branch 'akpm' (fixes from Andrew Morton) | Linus Torvalds | 2014-09-11 | 2 | -3/+4 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | fs/notify: don't show f_handle if exportfs_encode_inode_fh failed | Andrey Vagin | 2014-09-11 | 1 | -1/+1 |
| * | | | | | fsnotify/fdinfo: use named constants instead of hardcoded values | Andrey Vagin | 2014-09-11 | 1 | -2/+2 |
| * | | | | | eventpoll: fix uninitialized variable in epoll_ctl | Nicolas Iooss | 2014-09-11 | 1 | -1/+2 |
* | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2014-09-10 | 5 | -231/+187 |
|\ \ \ \ \ \ |
|
| * | | | | | | udf: saner calling conventions for udf_new_inode() | Al Viro | 2014-09-04 | 3 | -43/+27 |
| * | | | | | | udf: fix the udf_iget() vs. udf_new_inode() races | Al Viro | 2014-09-04 | 2 | -1/+13 |
| * | | | | | | udf: merge the pieces inserting a new non-directory object into directory | Al Viro | 2014-09-04 | 1 | -69/+29 |
| * | | | | | | udf: Set i_generation field | Jan Kara | 2014-09-04 | 2 | -0/+2 |
| * | | | | | | udf: Properly detect stale inodes | Jan Kara | 2014-09-04 | 1 | -2/+4 |
| * | | | | | | udf: Make udf_read_inode() and udf_iget() return error | Jan Kara | 2014-09-04 | 4 | -95/+96 |
| * | | | | | | udf: Avoid infinite loop when processing indirect ICBs | Jan Kara | 2014-09-04 | 1 | -14/+21 |
| * | | | | | | udf: Fold udf_fill_inode() into __udf_read_inode() | Jan Kara | 2014-09-04 | 1 | -17/+5 |
| * | | | | | | udf: Avoid dir link count to go negative | Jan Kara | 2014-09-04 | 1 | -1/+1 |
* | | | | | | | Merge branch 'for-next-3.17' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2014-09-10 | 12 | -50/+58 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | Clarify Kconfig help text for CIFS and SMB2/SMB3 | Steve French | 2014-08-26 | 1 | -12/+23 |
| * | | | | | | CIFS: Fix wrong filename length for SMB2 | Pavel Shilovsky | 2014-08-25 | 5 | -9/+4 |
| * | | | | | | CIFS: Fix wrong restart readdir for SMB1 | Pavel Shilovsky | 2014-08-25 | 1 | -2/+2 |
| * | | | | | | CIFS: Fix directory rename error | Pavel Shilovsky | 2014-08-22 | 1 | -1/+4 |
| * | | | | | | cifs: No need to send SIGKILL to demux_thread during umount | Namjae Jeon | 2014-08-22 | 1 | -19/+0 |
| * | | | | | | cifs: Allow directIO read/write during cache=strict | Namjae Jeon | 2014-08-22 | 2 | -0/+16 |
| * | | | | | | cifs: remove unneeded check of null checking in if condition | Namjae Jeon | 2014-08-21 | 1 | -2/+1 |
| * | | | | | | cifs: fix a possible use of uninit variable in SMB2_sess_setup | Namjae Jeon | 2014-08-21 | 1 | -1/+1 |
| * | | | | | | cifs: fix memory leak when password is supplied multiple times | Namjae Jeon | 2014-08-21 | 1 | -0/+2 |
| * | | | | | | cifs: fix a possible null pointer deref in decode_ascii_ssetup | Namjae Jeon | 2014-08-21 | 1 | -3/+4 |
| * | | | | | | Trivial whitespace fix | Steve French | 2014-08-21 | 1 | -1/+1 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge branch 'for_linus_urgent' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-09-09 | 2 | -0/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | ext4: avoid trying to kfree an ERR_PTR pointer | Theodore Ts'o | 2014-09-03 | 2 | -0/+4 |
* | | | | | | | Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2014-09-09 | 2 | -4/+14 |
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
|
| * | | | | | | lockd: fix rpcbind crash on lockd startup failure | J. Bruce Fields | 2014-09-08 | 1 | -3/+1 |
| * | | | | | | nfsd4: fix rd_dircount enforcement | J. Bruce Fields | 2014-09-08 | 1 | -1/+13 |