Age | Commit message (Expand) | Author | Files | Lines |
2012-12-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -1/+2 |
2012-12-18 | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd | Linus Torvalds | 1 | -7/+9 |
2012-12-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 42 | -1745/+5255 |
2012-12-18 | Merge tag 'nfs-for-3.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 36 | -973/+1115 |
2012-12-18 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 44 | -149/+523 |
2012-12-18 | fs, fanotify: add @mflags field to fanotify output | Cyrill Gorcunov | 1 | -5/+9 |
2012-12-18 | fs, notify: add procfs fdinfo helper | Cyrill Gorcunov | 5 | -1/+207 |
2012-12-18 | fs, exportfs: add exportfs_encode_inode_fh() helper | Cyrill Gorcunov | 1 | -5/+14 |
2012-12-18 | fs, exportfs: escape nil dereference if no s_export_op present | Cyrill Gorcunov | 1 | -1/+1 |
2012-12-18 | fs, epoll: add procfs fdinfo helper | Cyrill Gorcunov | 3 | -1/+47 |
2012-12-18 | fs, eventfd: add procfs fdinfo helper | Cyrill Gorcunov | 1 | -0/+20 |
2012-12-18 | procfs: add ability to plug in auxiliary fdinfo providers | Cyrill Gorcunov | 1 | -0/+2 |
2012-12-18 | ubifs: use prandom_bytes | Akinobu Mita | 1 | -5/+3 |
2012-12-18 | exec: use -ELOOP for max recursion depth | Kees Cook | 4 | -15/+6 |
2012-12-18 | proc: pid/status: show all supplementary groups | Artem Bityutskiy | 1 | -1/+1 |
2012-12-18 | /proc/pid/status: add "Seccomp" field | Kees Cook | 1 | -0/+8 |
2012-12-18 | procfs: add VmFlags field in smaps output | Cyrill Gorcunov | 1 | -0/+53 |
2012-12-18 | proc: don't show nonexistent capabilities | Andrew Vagin | 1 | -0/+9 |
2012-12-18 | fs/fat: strip "cp" prefix from codepage in display | Dave Reisner | 1 | -1/+2 |
2012-12-18 | fat: ix mount option parsing | Jan Kara | 1 | -11/+11 |
2012-12-18 | fat: provide option for setting timezone offset | Jan Kara | 3 | -9/+28 |
2012-12-18 | fat: notify when discard is not supported | Namjae Jeon | 1 | -0/+9 |
2012-12-18 | binfmt_elf: fix corner case kfree of uninitialized data | Alan Cox | 1 | -1/+3 |
2012-12-18 | procfs: use kbasename() | Andy Shevchenko | 1 | -5/+1 |
2012-12-18 | fs/notify/inode_mark.c: make fsnotify_find_inode_mark_locked() static | Tushar Behera | 1 | -2/+3 |
2012-12-18 | lseek: the "whence" argument is called "whence" | Andrew Morton | 21 | -94/+94 |
2012-12-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 25 | -305/+493 |
2012-12-17 | Btrfs: fix a bug of per-file nocow | Liu Bo | 2 | -3/+5 |
2012-12-17 | Btrfs: fix hash overflow handling | Chris Mason | 5 | -2/+95 |
2012-12-17 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 4 | -10/+14 |
2012-12-17 | Btrfs: don't take inode delalloc mutex if we're a free space inode | Josef Bacik | 1 | -6/+19 |
2012-12-17 | Btrfs: fix autodefrag and umount lockup | Josef Bacik | 1 | -2/+17 |
2012-12-17 | Btrfs: fix permissions of empty files not affected by umask | Filipe Brandenburger | 1 | -0/+4 |
2012-12-17 | Btrfs: put raid properties into global table | Liu Bo | 4 | -33/+29 |
2012-12-17 | Btrfs: fix BUG() in scrub when first superblock reading gives EIO | Stefan Behrens | 1 | -0/+11 |
2012-12-17 | Btrfs: do not call file_update_time in aio_write | Josef Bacik | 2 | -29/+48 |
2012-12-17 | Btrfs: only unlock and relock if we have to | Josef Bacik | 1 | -1/+4 |
2012-12-17 | Btrfs: use tokens where we can in the tree log | Josef Bacik | 1 | -54/+73 |
2012-12-17 | Btrfs: optimize leaf_space_used | Josef Bacik | 1 | -2/+9 |
2012-12-17 | Btrfs: don't memset new tokens | Josef Bacik | 1 | -1/+1 |
2012-12-17 | Btrfs: only clear dirty on the buffer if it is marked as dirty | Josef Bacik | 1 | -4/+4 |
2012-12-17 | Btrfs: move checks in set_page_dirty under DEBUG | Josef Bacik | 1 | -0/+2 |
2012-12-17 | Btrfs: log changed inodes based on the extent map tree | Josef Bacik | 7 | -210/+372 |
2012-12-17 | Btrfs: add path->really_keep_locks | Josef Bacik | 2 | -2/+6 |
2012-12-17 | Btrfs: do not mark ems as prealloc if we are writing to them | Josef Bacik | 3 | -4/+5 |
2012-12-17 | Btrfs: keep track of the extents original block length | Josef Bacik | 3 | -4/+24 |
2012-12-17 | Btrfs: inline csums if we're fsyncing | Josef Bacik | 3 | -1/+21 |
2012-12-17 | Btrfs: don't bother copying if we're only logging the inode | Josef Bacik | 1 | -6/+34 |
2012-12-17 | Btrfs: only log the inode item if we can get away with it | Josef Bacik | 4 | -2/+11 |
2012-12-17 | Btrfs: rename root_times_lock to root_item_lock | Anand Jain | 5 | -16/+16 |