summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-0955-15/+67
|\
| * proc: Use nd_jump_link in proc_ns_follow_linkEric W. Biederman2013-03-091-6/+6
| * fs: Limit sys_mount to only request filesystem modules (Part 2).Eric W. Biederman2013-03-072-1/+1
| * fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-0354-9/+61
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-089-130/+221
|\ \
| * | Btrfs: improve the delayed inode throttlingChris Mason2013-03-072-61/+92
| * | Btrfs: fix a mismerge in btrfs_balance()Ilya Dryomov2013-03-061-0/+5
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason2013-03-066-67/+120
| |\ \
| | * | Btrfs: allow running defrag in parallel to administrative tasksStefan Behrens2013-03-041-8/+0
| | * | Btrfs: avoid deadlock on transaction waiting listLiu Bo2013-03-041-0/+7
| | * | Btrfs: do not BUG_ON on aborted situationLiu Bo2013-03-042-3/+12
| | * | Btrfs: do not BUG_ON in prepare_to_relocLiu Bo2013-03-041-1/+9
| | * | Btrfs: free all recorded tree blocks on errorLiu Bo2013-03-041-3/+6
| | * | Btrfs: build up error handling for merge_reloc_rootsLiu Bo2013-03-041-12/+35
| | * | Btrfs: check for NULL pointer in updating reloc rootsLiu Bo2013-03-041-0/+2
| | * | Btrfs: fix unclosed transaction handler when the async transaction commitment...Miao Xie2013-03-041-0/+4
| | * | Btrfs: fix wrong handle at error path of create_snapshot() when the commit failsMiao Xie2013-03-043-39/+41
| | * | Btrfs: use set_nlink if our i_nlink is 0Josef Bacik2013-03-041-1/+4
| * | | Btrfs: enforce min_bytes parameter during extent allocationChris Mason2013-03-051-2/+4
| |/ /
* | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-03-084-17/+13
|\ \ \
| * | | CIFS: Fix missing of oplock_read value in smb30_values structurePavel Shilovsky2013-03-061-0/+1
| * | | cifs: don't try to unlock pagecache page after releasing itJeff Layton2013-03-061-1/+1
| * | | cifs: remove the sockopt= mount optionJeff Layton2013-03-061-15/+1
| * | | cifs: Check server capability before attempting silly renameSachin Prabhu2013-03-061-0/+9
| * | | cifs: Fix bug when checking error condition in cifs_rename_pending_delete()Sachin Prabhu2013-03-061-1/+1
| | |/ | |/|
* | | vfs: don't BUG_ON() if following a /proc fd pseudo-symlink results in a symlinkLinus Torvalds2013-03-081-2/+0
* | | Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-03-079-26/+64
|\ \ \ | |/ / |/| |
| * | eCryptfs: allow userspace messaging to be disabledKees Cook2013-03-034-6/+53
| * | eCryptfs: Fix redundant error check on ecryptfs_find_daemon_by_euid()Tyler Hicks2013-02-271-1/+1
| * | ecryptfs: ecryptfs_msg_ctx_alloc_to_free(): remove kfree() redundant null checkTim Gardner2013-02-121-2/+1
| * | eCryptfs: decrypt_pki_encrypted_session_key(): remove kfree() redundant null ...Tim Gardner2013-02-121-2/+1
| * | eCryptfs: remove unneeded checks in virt_to_scatterlist()Dan Carpenter2013-01-281-6/+3
| * | eCryptfs: Fix -Wmissing-prototypes warningsTyler Hicks2013-01-171-4/+4
| * | eCryptfs: Fix -Wunused-but-set-variable warningsTyler Hicks2013-01-172-4/+0
| * | eCryptfs: initialize payload_len in keystore.cSimon Que2013-01-171-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-0315-126/+79
|\ \ \
| * | | constify path_get/path_put and fs_struct.c stuffAl Viro2013-03-013-6/+6
| * | | cache the value of file_inode() in struct fileAl Viro2013-03-012-1/+4
| * | | 9p: if v9fs_fid_lookup() gets to asking server, it'd better have hashed dentryAl Viro2013-02-281-3/+17
| * | | 9p: make sure ->lookup() adds fid to the right dentryAl Viro2013-02-281-2/+5
| * | | 9p: untangle ->lookup() a bitAl Viro2013-02-281-18/+9
| * | | 9p: double iput() in ->lookup() if d_materialise_unique() failsAl Viro2013-02-281-1/+0
| * | | 9p: v9fs_fid_add() can't fail nowAl Viro2013-02-284-22/+11
| * | | v9fs: get rid of v9fs_dentryAl Viro2013-02-283-51/+9
| * | | 9p: turn fid->dlist into hlistAl Viro2013-02-273-10/+8
| * | | 9p: don't bother with private lock in ->d_fsdata; dentry->d_lock will do just...Al Viro2013-02-272-7/+6
| * | | more file_inode() open-coded instancesAl Viro2013-02-275-18/+18
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-031-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | btrfs/raid56: Add missing #include <linux/vmalloc.h>Geert Uytterhoeven2013-03-031-0/+1
* | | | Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-03-031-0/+4
|\ \ \ \
OpenPOWER on IntegriCloud